.tao-widget-cells__row {
  position: relative;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  align-content: space-between;
  justify-content: space-between;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 10px 0; }
  .tao-widget-cells__row:first-child {
    margin-top: 0; }
  .tao-widget-cells__row:last-child {
    margin-bottom: 0; }
  .tao-widget-cells--hover .tao-widget-cells__row-img {
    cursor: pointer; }
    .tao-widget-cells--hover .tao-widget-cells__row-img::after {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 5;
      content: '';
      width: 100%;
      height: 100%;
      background-color: rgba(239, 239, 239, 0.65); }
    .tao-widget-cells--hover .tao-widget-cells__row-img:hover::after {
      background-color: transparent; }
  .tao-widget-cells__row--size-5 {
    height: calc(5% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-10 {
    height: calc(10% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-15 {
    height: calc(15% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-20 {
    height: calc(20% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-25 {
    height: calc(25% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-30 {
    height: calc(30% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-33 {
    height: calc(33.33% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-35 {
    height: calc(35% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-40 {
    height: calc(40% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-45 {
    height: calc(45% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-50 {
    height: calc(50% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-55 {
    height: calc(55% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-60 {
    height: calc(60% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-65 {
    height: calc(65% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-66 {
    height: calc(66.66% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-70 {
    height: calc(70% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-75 {
    height: calc(75% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-80 {
    height: calc(80% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-85 {
    height: calc(85% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-90 {
    height: calc(90% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-95 {
    height: calc(95% - 10px);
    margin: 0; }
  .tao-widget-cells__row--size-100 {
    height: 100%;
    margin: 0; }
